object dtmSendMail: TdtmSendMail OldCreateOrder = False Left = 502 Top = 342 Height = 275 Width = 346 object IdMessage: TIdMessage AttachmentEncoding = 'MIME' BccList = <> CCList = <> Encoding = meMIME Recipients = <> ReplyTo = <> Left = 32 Top = 67 end object IdSMTP: TIdSMTP MaxLineAction = maException ReadTimeout = 0 Port = 25 AuthenticationType = atNone Left = 32 Top = 16 end object thrdMail: TIdThreadComponent OnException = thrdMailException OnRun = thrdMailRun Left = 136 Top = 56 end end